Components
The foundational elements of applications are components, driving the business logic within quickintegrate applications by processing the message flow. These components primarily fall into two categories: Core components and those associated with connectors and modules.
;
📄️ Custom
📄️ Global Error
The Global Error component serves to capture and manage errors across the API, ensuring a unified approach to error handling throughout the application.
📄️ Step error
Step error component is used to catch and handle errors specific to a connector/step in the API.
📄️ Condition
The usual logical conditions :
📄️ Sub-flow
A Subflow functions as a component block linked to the Decision Box. The Decision Box determines which Subflow to execute based on selected conditions. Multiple Subflows can be associated with each Decision Box. The behavior of the Subflow adapts according to the condition type chosen.
📄️ Parallel
Parallel is a component block, which is a container to hold multiple, independent steps. Parallel blocks have a time frame (in seconds), which denotes the max time it will take the entire block to complete execution and is configurable. The steps inside the parallel flow are inserted by selecting a parallel container, then dragging the steps inside the block. The steps are not connected by links, meaning they are independent of each other and will run asynchronously.
📄️ Private Flow
📄️ Batch
Comming Soon....